golang.org/x/tools/internal/gcimporter.importReader.mpfloat (method)

4 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L710: 		val = r.mpfloat(b)
		iimport.go#L713: 		re := r.mpfloat(b)
		iimport.go#L714: 		im := r.mpfloat(b)
		iimport.go#L795: func (r *importReader) mpfloat(typ *types.Basic) constant.Value {